/******基础样式开始  -webkit-appearance:none;-moz-appearance:none;appearance:none;******/

*{padding:0px;margin:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;}
body{font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;font-size:16px;color:#333; background-color:#fff;height:100%;}
html,body,div,span,p,h1,h2,h3,h4,h5,h6,em,img,strong,blockquote,sub,sup,tt,i,b,dd,dl,dt,form,label,table,caption,tbody, tfoot, thead,tr,th,td,ul,li,p,a,ol{margin:0;padding:0;}
s,i,em{ font-style:normal; text-decoration:none;}
ul,ol,li{list-style-type:none;list-style:none;}
button,input,select,textarea{vertical-align:middle; font-family:Microsoft Yahei; margin:0; padding:0;outline:none;}
select{-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist;}
legend{color:#000;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
a,a:hover,a:active,a:link,a:focus{color:#333333; text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.none{ display: none;}
.clear{clear:both;height:0px;width:0px;overflow:hidden;padding:0px;margin:0px;display:block;}
.relative{ position: relative;}
.w1200{ width: 1200px; margin: 0 auto; overflow: hidden;}
.m0a{ margin: 0 auto;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt40{ margin-top: 40px;}
.mb10{ margin-bottom: 10px;}
.p5 {padding: 5px;}			
.left {text-align: left;}
.right {text-align: right;}
.center{text-align: center;}

.text_ell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
input[type="checkbox"] {-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio;-moz-appearance:radio;appearance:radio;}

/*--------------------泰德自带的分页样式开始--------------------*/
.page{text-align: center;padding: 20px 0;}
.page a{margin-left: 8px;width: 50px;height: 20px;border: 1px #b2b2b2 solid;background: #f8f7fa;font-size: 16px;border-radius: 5px;text-align: center;line-height: 20px;display: inline-block;}
.page input,.page select{font-size: 16px;}

/*分页代码*/
.list_page{padding: 1rem 0;text-align: center;}
.list_page *{box-sizing: border-box;}
.list_page span{margin-left: 10px;display: inline-block; box-sizing: border-box;width:2rem; background-image: linear-gradient(#fefefe,#f0f0f0);border: 1px solid #c1c1c1; border-radius: 0.15rem; color: #7f7f7f;font-size: 1rem;font-weight: bold;line-height: 2em;text-align: center;vertical-align: middle;cursor: pointer;overflow:hidden;height:2rem;}
.list_page span a{font-size:1rem}
.list_page span:nth-last-child(2){ background-image: none; width:3em}
.list_page span:nth-last-child(3){background-image: none; border: none;width: auto;}
.list_page span.list_page_span,.list_page #pageSubmit{ background-image: none; width:3em}
.list_page span.page_text,.list_page span.page_text_total{background-image: none; border: none;width: auto;}
.list_page span a{color: #7f7f7f;display: block;}
.list_page span a:hover{color: #fff;}
.list_page span:hover,.list_page span.active{background:#4066bf;border: 1px solid #3b5897;color: #fff;}
.list_page span:nth-last-child(3):hover{ background: none; border: none;color:#7f7f7f}
.list_page span.page_text:hover,.list_page span.page_text_total:hover{ background: none; border: none;color:#7f7f7f}
.list_page span:empty{display: none}
.list_page span img{float: left;}
.list_page .gopage{width:3rem}
.list_page .gopage input{border: medium none;width: 100%; font-size: 1rem; line-height: 2em;text-align: center;}
.list_page #pnum_zz{width:3rem;border: 1px solid #c1c1c1;border-radius: 0.15rem;font-size: 1rem; line-height: 2em;text-align: center;}
.list_page span.page_prev a,.list_page span.page_next a{font-size: 0;height:2rem;}
.list_page span.page_prev{background:#f6f6f6 url(../images/global/list_page_prev.png) no-repeat center center; background-size: 50%;}
.list_page span.page_prev.disabled{background:#f6f6f6 url(../images/global/list_page_prev_no.png) no-repeat center center;background-size: 50%;}
.list_page span.page_next{background:#f6f6f6 url(../images/global/list_page_next.png) no-repeat center center;background-size: 50%;}
.list_page span.page_next.disabled{background:#f6f6f6 url(../images/global/list_page_next_no.png) no-repeat center center;background-size: 50%;}
.list_page span.page_prev.disabled a,.list_page span.page_next.disabled a{cursor:default}

.list_page .list_page_go,#pageSubmit{margin-left:10px;background-image: linear-gradient(#fefefe,#f0f0f0);border: 1px solid #c1c1c1;border-radius: 0.15rem; padding: 0 0.5rem; line-height: 2em; font-size: 1rem; color: #7f7f7f; cursor: pointer;}

/*--------------------泰德自带的分页样式结束--------------------*/

